home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005 / CHIP Utilities 2005.iso / dosapps / freedos / autoexec.bat next >
Encoding:
DOS Batch File  |  2002-02-26  |  824 b   |  27 lines

  1. @ECHO off
  2. ECHO Welcome to FreeDOS (http://www.freedos.org)!
  3.  
  4. REM Attempt to load TSRs high & before adding too much to the enviroment
  5.  
  6. REM Load the Mouse driver (autodetect mouse) (conventional mem or high)
  7. REM C:\FDOS\CTMOUSE\CTMOUSE
  8. REM LOADHIGH C:\FDOS\CTMOUSE\CTMOUSE
  9.  
  10. REM Load CD-ROM extensions SHSUCDX (FDCDEX)
  11. REM SHSUCDX [/D:DriverName[,[Drive][,[Unit][,[MaxDrives]]]]]
  12. REM To unload: SHSUCDX [-u or /u]
  13. REM C:\FDOS\BIN\SHSUCDX /D:FDCD0001,R
  14.  
  15. REM Set the default search path for programs
  16. PATH=C:\FDOS\BIN;C:\FDOS\BIN\KEY;
  17. REM Add other directories here
  18. REM SET PATH=%PATH%;C:\UTIL
  19.  
  20. REM Setup keyboard mappings
  21. REM XKEYB uk
  22.  
  23. REM FreeDOS utilities specific, set language & location for those
  24. REM that supports alternate language message catalogs via Cats
  25. SET NLSPATH=C:\FDOS\NLS;
  26. SET LANG=EN
  27.